Add windows-11-arm runner#110
Conversation
rycont
commented
Nov 5, 2025
- Add 'os' variant to the build matrix
- Make 'os' options to be 'windows-11-arm'(new), 'windows-latest'(original)
|
It closes #39 |
Co-authored-by: Simon Hartcher <simon@simonhartcher.com>
|
It was my fault, thanks. Applied it. |
|
Thanks for this PR! It's looking good. When we create releases, we grab the artifacts from the build step to package them. With the introduction of ARM builds, we need to ensure the final release assets clearly identify which architecture they're for. Current releases (x64 only): What we need with ARM support: To achieve this, we need to include the architecture in the artifact names during the build step. Here's the build matrix that would be created:
This way users can clearly see which version they need to download for their system architecture. Could you update the PR to add architecture to the artifact names in the matrix? Important: After this is released, we'll need to update the Scoop manifests as they will be broken with this change. Existing manifests will still work but auto-update will fail due to the renamed release assets. |
Files that need updating to merge this PR:
|
|
Please also look at updating the tests. |
|
If this change will make scoop break, what about not changing current x64 binary name? Or am I misleading? |
I think it makes sense to update the filenames. Updating scoop will be easy. |
|
#111 will likely be merged first, and will affect this PR. Please take a look. |
|
Hi @rycont are you available to continue working on this? |
|
Closing this as stale. Thanks for the contribution. |